home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / telecom / tm421_4.zip / RBBS.SCR < prev    next >
Text File  |  1996-02-06  |  364b  |  20 lines

  1. ;
  2. ; RBBS.SCR is a log on script file for RBBS
  3. ;
  4.  
  5. string FirstName, LastName
  6. FirstName = "first"          ; put your name here
  7. LastName = "last"
  8.  
  9. SET AutoStop,On              ; stop script if carrier is lost
  10. Waitfor 0                    ; unlimited waiting time
  11.  
  12. Waitfor "first"
  13. Put FirstName
  14. Delay 5
  15. Put LastName
  16.  
  17. Waitfor "password",5
  18. Put "^&"
  19.  
  20.